home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tcl / continue.z / continue
Text File  |  1998-10-30  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. ccccoooonnnnttttiiiinnnnuuuueeee((((3333TTTTccccllll))))                                                  ccccoooonnnnttttiiiinnnnuuuueeee((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      continue - Skip to the next iteration of a loop
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ccccoooonnnnttttiiiinnnnuuuueeee
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This command is typically invoked inside the body of a looping command
  17.      such as ffffoooorrrr or ffffoooorrrreeeeaaaacccchhhh or wwwwhhhhiiiilllleeee.  It returns a TCL_CONTINUE code, which
  18.      causes a continue exception to occur.  The exception causes the current
  19.      script to be aborted out to the the innermost containing loop command,
  20.      which then continues with the next iteration of the loop.  Catch
  21.      exceptions are also handled in a few other situations, such as the ccccaaaattttcccchhhh
  22.      command and the outermost scripts of procedure bodies.
  23.  
  24.  
  25. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  26.      continue, iteration, loop
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.